home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / launch creator / vlauncher.cc < prev   
C/C++ Source or Header  |  1993-11-02  |  191b  |  11 lines

  1. //                        Simple program that tests open_selection()
  2. //
  3.  
  4. /* MacHeaders Included */
  5. #include "myenv.h"
  6.  
  7. void main()
  8. {
  9.     Initialize_MAC();
  10.     open_selection("A System:Desktop folder:SCHOLAR.CHI");
  11. }